Fix svn:ignore and the include condition
authorSven Herzberg <sven@imendio.com>
Tue, 22 Jul 2008 21:21:53 +0000 (21:21 +0000)
committerSven Herzberg <herzi@src.gnome.org>
Tue, 22 Jul 2008 21:21:53 +0000 (21:21 +0000)
2008-07-22  Sven Herzberg  <sven@imendio.com>

Fix svn:ignore and the include condition

* gdk/tests/check-gdk-cairo.c: ifndef => ifdef

svn path=/trunk/; revision=20896

ChangeLog
gdk/tests/check-gdk-cairo.c

index 5fdf43010e44c1c3e80a724041a0237bc0d6e7c1..b721efbf72959b77e08a03c52ba8f90d9866690c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-22  Sven Herzberg  <sven@imendio.com>
+
+       Fix svn:ignore and the include condition
+
+       * gdk/tests/check-gdk-cairo.c: ifndef => ifdef
+
 2008-07-22  Tor Lillqvist  <tml@novell.com>
 
        * configure.in: Workaround for what apparently is a bug in MSYS:
index d1cb41b489f9ac79258489699d117ecb80602903..19f49951c4c88cdc0ffca4494aa1563e52434a4f 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 #include <gdk/gdk.h>
-#ifndef CAIRO_HAS_QUARTZ_SURFACE
+#ifdef CAIRO_HAS_QUARTZ_SURFACE
 #include <cairo-quartz.h>
 #endif